ostree-grub-generator: Comment wording fix
authorRobert Fairley <rfairley@redhat.com>
Fri, 8 Feb 2019 22:28:56 +0000 (17:28 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 1 Mar 2019 21:20:35 +0000 (21:20 +0000)
Closes: #1814
Approved by: jlebon

src/boot/grub2/ostree-grub-generator

index 10645c7419d7fc8b59c720bc4f47fb6c13706141..d1436b65f920b9e894b343909bd144ddaa351d72 100644 (file)
@@ -65,7 +65,7 @@ read_config()
 
 populate_menu()
 {
-    # Default to /boot if OSTREE_BOOT_PARTITION is not set and /boot is on the same device than ostree/repo
+    # Default to /boot if OSTREE_BOOT_PARTITION is not set and /boot is on the same device as /ostree/repo
     if [ -z ${OSTREE_BOOT_PARTITION+x} ] && [ -d /boot/ostree ] && [ -d /ostree/repo ] && [ $(stat -c '%d' /boot/ostree) -eq $(stat -c '%d' /ostree/repo) ]; then
         boot_prefix="/boot"
     else